Skip to content

[EXCEL-MULTI-LOOKUP-1] feat: add maxRows arg for MultiRow inputs#1531

Draft
kevinkim-ogp wants to merge 2 commits intodevelop-v2from
feat/multi-row-max-rows
Draft

[EXCEL-MULTI-LOOKUP-1] feat: add maxRows arg for MultiRow inputs#1531
kevinkim-ogp wants to merge 2 commits intodevelop-v2from
feat/multi-row-max-rows

Conversation

@kevinkim-ogp
Copy link
Copy Markdown
Contributor

@kevinkim-ogp kevinkim-ogp commented Apr 7, 2026

TL;DR

Added maxRows property to multirow components to limit the number of rows that can be added.

What changed?

  • Added maxRows field to the ActionSubstepArgument GraphQL schema
  • Extended MultiRowProps and related interfaces to include optional maxRows property
  • Implemented logic to conditionally show the "Add Row" button based on the maxRows limit
  • Updated GraphQL query to fetch the maxRows value
  • Added type definitions for maxRows in multirow field interfaces

How to test?

  • Update any action that uses multirow or multirow-multicol input with the maxRows argument
    • Verify that you can add rows up to the specified limit
    • Verify that the "Add Row" button disappears when the maximum number of rows is reached
  • Verify that if maxRows is 1, you should not be able to add rows on init
  • Verify that current multirow and multirow-multicol inputs still work as intended
    • Can still add rows
    • Can still delete rows

Copy link
Copy Markdown
Contributor Author

kevinkim-ogp commented Apr 7, 2026


How to use the Graphite Merge Queue

Add the label lfg to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kevinkim-ogp kevinkim-ogp changed the title feat: add maxRows arg for MultiRow inputs [EXCEL-MULTI-LOOKUP-1] feat: add maxRows arg for MultiRow inputs Apr 8, 2026
@kevinkim-ogp kevinkim-ogp force-pushed the feat/multi-row-max-rows branch from 9a6bf57 to d6908e2 Compare April 8, 2026 21:51
@kevinkim-ogp kevinkim-ogp force-pushed the feat/multi-row-max-rows branch from d6908e2 to fab088c Compare April 14, 2026 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant